Window.Visible

Controls the visibility of the window. If True, the window will be visible when it is opened.

Syntax

Visible( Boolean ) as


Parameters

Boolean


Notes

After it is opened, setting Visible to False is equivalent to calling the Hide method. Or, if the window not initially shown, setting Visible to True is equivalent to calling the Show method.